29. Exercise: Swipe to Delete

Swipe to Delete

Swipe to Delete UI

In the MainActivity UI code, implement swipe to delete!

Exercise Code

Exercise: T09.07-Exercise-SwipeToDelete

UI Code

In onSwiped:

SOLUTION:
  • Construct the URI to delete
  • Write code to delete a single row of data
  • Re-query by restarting the loader after a deletion